LayoutInflaterFactory

Deprecated

Use android.view.LayoutInflater.Factory2 directly.

Used with LayoutInflaterCompat.setFactory(). Offers the same API as android.view.LayoutInflater.Factory2.

Functions

Link copied to clipboard
abstract fun onCreateView(parent: View, name: String, context: Context, attrs: AttributeSet): View
Hook you can supply that is called when inflating from a LayoutInflater.